Dokumentaro de Gambaso
Compilation & Installation
Components
gb
Array
Error
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

Integer[].Find (gb)

Function Find ( Value As Integer [ , Start As Integer ] ) As Integer

Returns the position of the first occurrence of Value in the array.

If Start is specified, then the search begins at the Start position. By default the entire array is searched.

If Value cannot be found, -1 is returned.